Add: continuous isolation monitor with spike analysis#1591
Merged
Conversation
Sakoram
approved these changes
May 29, 2026
DawidWesierski4
force-pushed
the
testing_isolation
branch
2 times, most recently
from
July 14, 2026 09:26
a0bbaae to
ea38059
Compare
DawidWesierski4
force-pushed
the
testing_isolation
branch
from
July 14, 2026 09:31
ea38059 to
d660415
Compare
expand_cpulist() interpolated the untrusted cpu_spec argument directly into a python3 -c source string, letting a crafted spec break out of the string literal and execute arbitrary Python. Pass it through the CPU_SPEC environment variable instead. isolation_monitor.sh created its log directory at a predictable /tmp/isolation_monitor_$$ path with a plain mkdir, which is subject to a pre-creation symlink attack. Use mktemp -d for an unpredictable, owner-only directory. Also fix a stale sched_audit.sh reference in the usage header left over from a prior rename. Signed-off-by: Wesierski, Dawid <dawid.wesierski@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.